home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-05-16 | 2.6 KB | 27 lines | [TEXT/ALFA] |
- /*********
- ** ak_ppc.c
- **
- ** contains code for ppc functions of the program
- ** and code for launching other apps.
- ***********/
-
- #ifndef THINK_C
- /* include the <standard mac headers> */
- #include <AppleEvents.h>
- #include <Desk.h>
- #include <Dialogs.h>
- #include <Events.h>
- #include <Fonts.h>
- #include <GestaltEqu.h>
- #include <Menus.h>
- #include <OSEvents.h>
- #include <QuickDraw.h>
- #include <THINK.h>
- #include <ToolUtils.h>
- #include <Types.h>
- #include <Windows.h>
- #else
- #include "ak_headers"
- #endif
- #include <BDC.h>